home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dviapollo / header.h- < prev    next >
Text File  |  1990-10-01  |  511b  |  26 lines

  1. /* @(#)header.h    1.6 2/18/87 */
  2. #include "commands.h"
  3. #include <stdio.h>
  4. #include "boolean.h"
  5. #define  DVIFORMAT         2
  6. #ifndef FONTAREA
  7. #define  FONTAREA          "/usr/misc/.tex/lib/pxl118"
  8. #endif
  9.  
  10. #define  STRSIZE         257
  11.  
  12. #define XDEFAULT 0
  13. #define YDEFAULT 0
  14.  
  15. char *malloc();
  16. char *sprintf();
  17. char *strcpy();
  18. char *getenv();
  19. char *rindex();
  20. char *index();
  21.  
  22. char *PXLpath; /* PXL path name for search */
  23. BOOLEAN preload; /*Whether to preload fonts when scanning over them. */
  24.  
  25. typedef int *CharImage;
  26.